home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / mac / raytrace / rayshade / ryshdmst.hqx / Rayshade / Headers / macmodify.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-13  |  3.2 KB  |  232 lines

  1.  
  2. #define spheredialogR    135
  3. enum {
  4.     sphereokBU = 1,
  5.     spherecancelBU,
  6.     spherecentrex = 7,
  7.     spherecentrey,
  8.     spherecentrez,
  9.     sphereradius = 11
  10. } ;
  11.  
  12. #define boxdialogR        136
  13. enum {
  14.     boxokBU = 1,
  15.     boxcancelBU,
  16.     boxbound1x = 3,
  17.     boxbound1y,
  18.     boxbound1z,
  19.     boxbound2x = 10,
  20.     boxbound2y,
  21.     boxbound2z
  22. } ;
  23.  
  24. #define discdialogR        137
  25. enum {
  26.     discokBU = 1,
  27.     disccancelBU,
  28.     discradius = 5,
  29.     disccentrex = 6,
  30.     disccentrey,
  31.     disccentrez,
  32.     discnormalx = 13,
  33.     discnormaly,
  34.     discnormalz
  35. } ;
  36.  
  37. #define planedialogR    138
  38. enum {
  39.     planeokBU = 1,
  40.     planecancelBU,
  41.     planenormalx = 4,
  42.     planenormaly,
  43.     planenormalz,
  44.     planepointx = 11,
  45.     planepointy,
  46.     planepointz
  47. } ;
  48.  
  49. #define cylinderdialogR    139
  50. enum {
  51.     cylinderokBU = 1,
  52.     cylindercancelBU,
  53.     cylindertopx = 3,
  54.     cylindertopy,
  55.     cylindertopz,
  56.     cylinderbottomx = 10,
  57.     cylinderbottomy,
  58.     cylinderbottomz,
  59.     cylinderradius = 19
  60. } ;
  61.  
  62. #define conedialogR    140
  63. enum {
  64.     coneokBU = 1,
  65.     conecancelBU,
  66.     coneapexx = 3,
  67.     coneapexy,
  68.     coneapexz,
  69.     conebottomx = 10,
  70.     conebottomy,
  71.     conebottomz,
  72.     conebottomr = 18,
  73.     coneapexr = 20
  74. } ;
  75.  
  76. #define blobdialogR 144
  77. enum {
  78.     blobuseBU = 1,
  79.     blobcancelBU,
  80.     blobmetaballchooseCI,
  81.     blobxET,
  82.     blobyET,
  83.     blobzET,
  84.     blobstrengthET,
  85.     blobradiusET,
  86.     blobsizeET,
  87.     blobthreshET,
  88.     blobmetaballnrST
  89. } ;
  90.  
  91. #define textdialogR 141
  92. enum {
  93.     textdoneBU = 1,
  94.     textlistUI,
  95.     textfield1ET,
  96.     textfield2ET,
  97.     textfield3ET,
  98.     textfield4ET,
  99.     textfield5ET,
  100.     textfield6ET,
  101.     textfield7ET,
  102.     textsurfacepickBU,
  103.     textcreateBU = 11,
  104.     textremoveBU,
  105.     textfield1ST = 14,
  106.     textfield2ST,
  107.     textfield3ST,
  108.     textfield4ST,
  109.     textfield5ST,
  110.     textfield6ST,
  111.     textfield7ST,
  112.     texttypeCI = 21,
  113.     texttransformsetBU
  114. } ;
  115.  
  116. #define surfdialogR 142
  117. enum {
  118.     surfokBU = 1,
  119.     surfcancelBU,
  120.     ambienceUI = 5 ,
  121.     diffuseUI = 7,
  122.     specularUI = 9,
  123.     difftransUI = 11,
  124.     spectransUI = 13,
  125.     specpowET = 15,
  126.     attenuationET = 17,
  127.     refracindexET = 19,
  128.     reflectivityET = 21,
  129.     transmittanceET = 23,
  130.     translucencyET = 25,
  131.     surfshadowsCB = 26,
  132.     surflistUI = 27
  133. } ;
  134.  
  135. #define objectdialogR 145
  136. enum {
  137.     objectdoneBU =1,
  138.     objecteditBU,
  139.     objectsurfaceBU,
  140.     objecttextureBU,
  141.     objecttransformsBU
  142. };
  143.  
  144. #define transdialogR 146
  145. enum {
  146.     transdoneBU =1,
  147.     transaddrotateBU,
  148.     transxaxisET,
  149.     transyaxisET,
  150.     transzaxisET,
  151.     transthetaET,
  152.     transaddscaleBU,
  153.     transscalexET,
  154.     transscaleyET,
  155.     transscalezET,
  156.     transaddtranslateBU,
  157.     transtransxET,
  158.     transtransyET,
  159.     transtranszET,
  160.     transresetBU = 28
  161. };
  162.  
  163. #define lightdialogR 147
  164. enum {
  165.     lightdoneBU=1,
  166.     lightextendedcreateBU,
  167.     lightdirectionalcreateBU,
  168.     lightpointcreateBU,
  169.     lightfield1ET,
  170.     lightfield2ET,
  171.     lightfield3ET,
  172.     lightfield4ET,
  173.     lightdeleteBU,
  174.     lightlistUI,
  175.     lightcolourUI,
  176.     lightfield1ST,
  177.     lightfield2ST,
  178.     lightfield3ST,
  179.     lightfield4ST,
  180.     lightcolourST
  181. };
  182.  
  183. #define polydialogR 149
  184. enum {
  185.     polyuseBU = 1,
  186.     polycancelBU,
  187.     polychooseCI,
  188.     polyxET,
  189.     polyyET,
  190.     polyzET,
  191.     polyvertexST,
  192.     polyverticesET=14
  193. };
  194.  
  195. #define triangledialogR 148
  196. enum {
  197.     triuseBU = 1,
  198.     tricancelBU,
  199.     triv1xET,
  200.     triv1yET,
  201.     triv1zET,
  202.     triv2xET,
  203.     triv2yET,
  204.     triv2zET,
  205.     triv3xET,
  206.     triv3yET,
  207.     triv3zET,
  208.     trin1xET,
  209.     trin1yET,
  210.     trin1zET,
  211.     trin2xET,
  212.     trin2yET,
  213.     trin2zET,
  214.     trin3xET,
  215.     trin3yET,
  216.     trin3zET,
  217.     triphongCB
  218. };
  219.  
  220. #define torusdialogR 150
  221. enum {
  222.     toruseBU = 1,
  223.     torcancel,
  224.     torposxET,
  225.     torposyET,
  226.     torposzET,
  227.     tornormxET,
  228.     tornormyET,
  229.     tornormzET,
  230.     torsweptET,
  231.     tortubeET
  232. };